home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 January / VPR0001A.ISO / DRIVER / DCS / W520NT4 / wn520 tnt2 win nt 4.0 drivers ver 1.3.exe / nv4_disp.INF < prev    next >
Windows Setup INFormation  |  1999-04-27  |  4KB  |  156 lines

  1. ;
  2. ; NV Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%NVidia%
  8. Class=Display
  9.  
  10. ;
  11. ; Dest directories are \windows\system32 and \windows\system32\drivers
  12. ;
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir       = 11
  16. nv4.Miniport      = 12
  17. nv.Display       = 11
  18. nv.rm            = 12
  19. nv.oldrm         = 12
  20.  
  21. ;
  22. ; The Manufacturer section lists all of the manufacturers that we will
  23. ; display in the Dialog box. DEVICE sections are specified.
  24. ;
  25.  
  26. [Manufacturer]
  27. %NVidia%      = NVidia.Mfg
  28.  
  29. ;
  30. ; Device section. Each section here corresponds with an entry listed in the
  31. ; [Manufacturer] section, above. The models will be displayed in the order
  32. ; that they appear in the INF file. This section identifies
  33. ; the corresponding INSTALL sections.
  34. ;
  35.  
  36.  
  37. [NVidia.Mfg]
  38. %NVidia.Nv4% = nv4, PCI\VEN_10DE&DEV_0020
  39. %NVidia.Nv5% = nv4, PCI\VEN_10DE&DEV_0028
  40. %NVidia.NvVanta% = nv4, PCI\VEN_10DE&DEV_002C
  41. %NVidia.Nv5M64% = nv4, PCI\VEN_10DE&DEV_002D
  42.  
  43. ;---------------------------------------------------------------------
  44. ; NV Driver INSTALL Section. This INSTALL section specifies
  45. ; what files are to to be copied (File List sections)
  46. ;---------------------------------------------------------------------
  47.  
  48. [nv4]
  49. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  50. DelFiles=nv.oldrm
  51.  
  52. ;
  53. ; NV Driver INSTALL Section. This INSTALL section specifies
  54. ; what registry fields are to be modified (ADD Registry section)
  55. ;
  56.  
  57. [nv4.SoftwareSettings]
  58. AddReg = nv_SoftwareDeviceSettings
  59. AddReg = nv4_icdSoftwareSettings
  60. DelReg = nv_ClearRegistrySwitches
  61.  
  62. ;
  63. ; NV Service Installation
  64. ;
  65.  
  66. [nv4.Services]
  67. AddService = nv4, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
  68. DelService=nvarch
  69. DelService=nvgfx
  70.  
  71. [nv4_EventLog_Inst]
  72. AddReg = nv4_EventLog_AddReg
  73.  
  74. [nv4_EventLog_AddReg]
  75. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  76. HKR,,TypesSupported,0x00010001,7
  77.  
  78. [nv4_Generic_Service_Inst]
  79. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  80. StartType      = 1                  ; SERVICE_SYSTEM_START
  81. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  82. LoadOrderGroup = Video
  83. ServiceBinary  = %12%\nv4_mini.sys
  84.  
  85. ;
  86. ; File List sections for NV.Display and NV.Miniport
  87. ;
  88.  
  89. [nv.Display]
  90. nv4_disp.dll
  91.  
  92. [nv4.Miniport]
  93. nv4_mini.sys
  94.  
  95. [nv.oldrm]
  96. nvarch.sys,0x00000001
  97. nvgfx.sys,0x00000001
  98.  
  99. [nv4.icd]
  100. nv4oglnt.dll
  101.  
  102. [nv4.GeneralConfigData]
  103. MaximumDeviceMemoryConfiguration=80
  104.  
  105. ;
  106. ; NVidia Add registry section
  107. ;
  108.  
  109. [nv_SoftwareDeviceSettings]
  110. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  111. HKR,, VgaCompatible,               %REG_DWORD%,    0
  112. HKR,, Disable16x12x32ge70,           %REG_DWORD%,    1
  113. HKR,, Disable19x10x32ge70,           %REG_DWORD%,    1
  114. HKR,, Disable19x12x32at60,           %REG_DWORD%,    1
  115.  
  116. [nv4_icdSoftwareSettings]
  117. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  118.  
  119. ;
  120. ; NVidia Clear out any old registry switches
  121. ;
  122.  
  123. [nv_ClearRegistrySwitches]
  124. HKR,, DMTOVERRIDE
  125. HKR,, DisableExtRefresh
  126. HKR,, Max16x12
  127. HKR,, Disable19x12x32at60
  128. HKR,, Disable16x12x32ge70
  129. HKR,, Disable19x10x32ge70
  130. HKR,, DellSwitch1
  131.  
  132.  
  133. [Strings]
  134. ;
  135. ; Non-Localizable Strings
  136. ;
  137.  
  138. REG_SZ         = 0x00000000
  139. REG_MULTI_SZ   = 0x00010000
  140. REG_EXPAND_SZ  = 0x00020000
  141. REG_BINARY     = 0x00000001
  142. REG_DWORD      = 0x00010001
  143. serviceroot    = System\CurrentControlSet\Services
  144.  
  145. ;
  146. ; Localizable Strings
  147. ;
  148.  
  149. NVidia       = "NVIDIA"
  150. NVidia.Nv4 = "NVIDIA RIVA TNT"
  151. NVidia.Nv5 = "NVIDIA RIVA TNT2"
  152. NVidia.NvVanta = "NVIDIA VANTA"
  153. NVidia.Nv5M64 = "NVIDIA RIVA TNT2 Model 64"
  154. DiskId="NVIDIA NT Driver Library installation disk"
  155. drvlib="NVIDIA NT Driver Library"
  156.